/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  min-width: 1300px;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}

.warp {
  width: 100%;
  min-width: 1200px;
}

nav {
  height: 60px;
  background: #0070a1;
}
nav ul li {
  float: left;
  width: 149px;
  background: url("../images/img-01.png") no-repeat right 8px;
}
nav ul li a {
  display: block;
  text-align: center;
  line-height: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
}
nav ul li a .icon {
  display: inline-block;
  margin-right: 20px;
}
nav ul li a .icon img {
  vertical-align: middle;
  margin-top: -3px;
  transition: all .7s;
}
nav ul li a:hover {
  background: url("../images/img-43.png") no-repeat bottom center;
}
nav ul li a:hover .icon img {
  transform: rotate(360deg);
}

.public-title {
  padding-top: 26px;
  overflow: hidden;
}
.public-title .en {
  height: 38px;
  position: absolute;
  width: 100%;
  top: 0;
}
.public-title .en img {
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
}
.public-title .ch {
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1;
}
.public-title.t-black .ch {
  background: url("../images/img-10.png") no-repeat bottom center;
  color: #000000;
}
.public-title.t-white .ch {
  background: url("../images/img-12.png") no-repeat bottom center;
  color: #ffffff;
}

footer {
  border-top: 5px solid #4b89a4;
}
footer .links-group {
  border-bottom: 1px solid #e8e8e8;
  height: 76px;
  line-height: 76px;
}
footer .links-group a {
  display: block;
  background: url("../images/img-13.png") no-repeat left 33px;
  padding-left: 19px;
  color: #858585;
  font-size: 16px;
  margin-right: 25px;
  float: left;
}
footer .links-group a:hover{
  text-decoration:underline;
}
footer .erwm {
  background: url("../images/img-14.png") no-repeat;
  width: 135px;
  height: 163px;
  padding: 25px 20px 0 20px;
}
footer .erwm img {
  display: block;
}
footer .info-s {
  margin-left: 75px;
  padding-left: 70px;
  border-left: 1px dashed #d5d5d5;
  min-height: 188px;
}
footer .info-s .i-1 {
  color: #313131;
  font-size: 16px;
}
footer .info-s .i-1 a {
  display: block;
  float: left;
  width: 85px;
  color: #313131;
  background: url("../images/img-16.png") no-repeat right center;
  text-align: center;
}
footer .info-s .i-1 a:hover, footer .info-s .i-1 a.current {
  font-weight: bold;
}
footer .info-s .i-2 {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
footer .info-s .i-2 .icon {
  display: inline-block;
  margin-right: 20px;
}
footer .info-s .i-2 .icon img {
  vertical-align: middle;
  margin-top: -3px;
}
footer .copy {
  background: #4b89a4;
  color: #ffffff;
  font-size: 14px;
  height: 66px;
  line-height: 25px;
  text-align: center;
  padding-top:18px;
}
footer .copy a{
color:#FFFFFF;
text-decoration:none;
}
footer .copy a:hover{
color:#FFFFFF;
text-decoration:none;
}
footer .go-top {
  position: absolute;
  right: 0;
  margin-top: -25px;
}
footer .go-top img {
  display: block;
}
footer .tel-box > div {
  display: none;
}

.company-introduction {
  height: 792px;
}
.company-introduction .public-title {
  margin-top: 65px;
  margin-bottom: 55px;
}
.company-introduction .num-box {
  height: 155px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 50px;
  box-shadow: 0 0 8px #edecec;
}
.company-introduction .num-box .box {
  float: left;
  width: 200px;
  text-align: center;
  color: #999999;
  font-size: 16px;
  padding-top: 25px;
}
.company-introduction .num-box .box span {
  display: block;
}
.company-introduction .num-box .box .num-t {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.company-introduction .num-box .box .num-t.col-01 {
  color: #e60012;
}
.company-introduction .box-txt {
  text-align: center;
  color: #999999;
  font-size: 16px;
  line-height: 36px;
}
.company-introduction .box-txt .title {
  color: #333333;
  font-size: 28px;
  margin-bottom: 20px;
}

.development-history {
  height: 843px;
}
.development-history .public-title {
  margin-top: 50px;
  margin-bottom: 90px;
}
.development-history .history-box .box-1 {
  background: url("../images/bg_5.png") center center no-repeat;
  background-size: 100%;
  position: relative;
  width: 560px;
}
.development-history .history-box .box-1 .icon {
  width: 137px;
  margin-left: -68px;
  position: absolute;
  top: 24%;
  left: 50%;
  z-index: 8;
}
.development-history .history-box .box-1 .name {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  padding-left: 197px;
  position: absolute;
  right: 0;
  top: 345px;
  left: 0;
  z-index: 8;
  text-align: left;
}
.development-history .history-box .title {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 9;
}
.development-history .history-box .title .tabs-tit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  position: absolute;
}
.development-history .history-box .title .tabs-tit.selected {
  color: white;
}
.development-history .history-box .title .tabs-tit:nth-child(1) {
  top: 46.8%;
  right: 12%;
}
.development-history .history-box .title .tabs-tit:nth-child(2) {
  top: 55.4%;
  right: 12.8%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.development-history .history-box .title .tabs-tit:nth-child(3) {
  top: 63%;
  right: 16.8%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.development-history .history-box .title .tabs-tit:nth-child(4) {
  top: 70%;
  right: 22%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.development-history .history-box .title .tabs-tit:nth-child(5) {
  top: 75.7%;
  right: 28.9%;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.development-history .history-box .title .tabs-tit:nth-child(6) {
  top: 78.6%;
  right: 36.2%;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
}
.development-history .history-box .title .tabs-tit:nth-child(7) {
  top: 80.2%;
  right: 45%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.development-history .history-box .title .tabs-tit:nth-child(8) {
  top: 78.6%;
  left: 36.2%;
  -webkit-transform: rotate(105deg);
  -moz-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  -o-transform: rotate(105deg);
  transform: rotate(105deg);
}
.development-history .history-box .title .tabs-tit:nth-child(9) {
  top: 75.7%;
  left: 28.9%;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.development-history .history-box .title .tabs-tit:nth-child(10) {
  top: 70%;
  left: 22%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.development-history .history-box .title .tabs-tit:nth-child(11) {
  top: 63%;
  left: 16.8%;
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.development-history .history-box .title .tabs-tit:nth-child(12) {
  top: 55.4%;
  left: 12.8%;
  -webkit-transform: rotate(165deg);
  -moz-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  -o-transform: rotate(165deg);
  transform: rotate(165deg);
}
.development-history .history-box .title .tabs-tit:nth-child(13) {
  top: 46.8%;
  left: 12%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.development-history .history-box .title .tabs-tit:nth-child(14) {
  bottom: 55.4%;
  left: 12.8%;
  -webkit-transform: rotate(195deg);
  -moz-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  -o-transform: rotate(195deg);
  transform: rotate(195deg);
}
.development-history .history-box .title .tabs-tit:nth-child(15) {
  bottom: 63%;
  left: 16.8%;
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.development-history .history-box .title .tabs-tit:nth-child(16) {
  bottom: 70%;
  left: 22%;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.development-history .history-box .title .tabs-tit:nth-child(17) {
  bottom: 75.7%;
  left: 28.9%;
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.development-history .history-box .title .tabs-tit:nth-child(18) {
  bottom: 78.6%;
  left: 36.2%;
  -webkit-transform: rotate(255deg);
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -o-transform: rotate(255deg);
  transform: rotate(255deg);
}
.development-history .history-box .title .tabs-tit:nth-child(19) {
  bottom: 80.2%;
  left: 45%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.development-history .history-box .title .tabs-tit:nth-child(20) {
  bottom: 78.6%;
  right: 36.2%;
  -webkit-transform: rotate(285deg);
  -moz-transform: rotate(285deg);
  -ms-transform: rotate(285deg);
  -o-transform: rotate(285deg);
  transform: rotate(285deg);
}
.development-history .history-box .title .tabs-tit:nth-child(21) {
  bottom: 75.7%;
  right: 28.9%;
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.development-history .history-box .title .tabs-tit:nth-child(22) {
  bottom: 70%;
  right: 22%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.development-history .history-box .title .tabs-tit:nth-child(23) {
  bottom: 63%;
  right: 16.8%;
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.development-history .history-box .title .tabs-tit:nth-child(24) {
  bottom: 55.4%;
  right: 12.8%;
  -webkit-transform: rotate(345deg);
  -moz-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  -o-transform: rotate(345deg);
  transform: rotate(345deg);
}
.development-history .history-box .content {
  margin-top: 150px;
  width: 530px;
  color: #fff;
}
.development-history .history-box .content .con-1 {
  height: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0070a1;
}
.development-history .history-box .content .con-1 .name {
  height: 97px;
  border-bottom: 3px solid #0070a1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: bold;
}
.development-history .history-box .content .con-2 {
  line-height: 30px;
  font-size: 16px;
}
.development-history .history-box .list-01 {
  display: none;
}
.development-history .history-box .list-01.on .con-2 {
  animation: fadeInRight 1s ease-out 0.1s both;
}

.main-business .public-title {
  margin: 50px 0 30px 0;
}
.main-business .title {
  margin-bottom: 40px;
  color: #747474;
  font-size: 30px;
}
.main-business .title span {
  display: block;
  font-size: 52px;
  color: #0070a1;
  font-weight: bold;
}
.main-business .main {
  margin-bottom: 50px;
}
.main-business .box {
  float: left;
  width: 240px;
  height: 457px;
  position: relative;
  overflow: hidden;
}
.main-business .box .pic {
  overflow: hidden;
}
.main-business .box .pic img {
  display: block;
  width: 240px;
  height: 457px;
  transition: all .7s;
}
.main-business .box .box-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 340px;
  text-align: center;
  z-index: 1;
}
.main-business .box .box-1 a {
  display: block;
}
.main-business .box .box-1 .title {
  line-height: 24px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
}
.main-business .box .box-1 .a-more {
  border: 1px solid #ffffff;
  width: 128px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border-radius: 17px;
  margin: 0 auto;
}
.main-business .box .box-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -100%;
  z-index: 2;
}
.main-business .box .box-2 a {
  display: block;
  height: 327px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-business .box .box-2 a span {
  display: block;
}
.main-business .box .box-2 a .title-s {
  background: url("../images/img-23.png") repeat-x;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
}
.main-business .box .box-2 a .info-s {
  height: 287px;
  background: url("../images/img-24.png") repeat;
  padding: 23px 23px 0 23px;
}
.main-business .box .box-2 a .info-s .icon {
  height: 70px;
}
.main-business .box .box-2 a .info-s .icon img {
  display: block;
  margin: 0 auto;
}
.main-business .box .box-2 a .info-s .txt-s {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  height: 160px;
  padding-top: 10px;
  overflow: hidden;
}
.main-business .box:hover .pic img {
  transform: scale(1.1);
}

/*staff-introduction*/
.staff-introduction {
  height: 854px;
}
.staff-introduction .public-title {
  margin: 50px 0 30px 0;
}
.staff-introduction .title {
  margin-bottom: 130px;
  color: #747474;
  font-size: 30px;
}
.staff-introduction .title span {
  display: block;
  font-size: 52px;
  color: #0070a1;
  font-weight: bold;
}

/*customer-reviews*/
.customer-reviews {
  height: 1029px;
}
.customer-reviews .public-title {
  margin: 50px 0 30px 0;
}
.customer-reviews .title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 30px;
  position: relative;
  z-index: 9;
}
.customer-reviews .title span {
  display: block;
  font-size: 52px;
}
.customer-reviews .phone {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 163px;
}
.customer-reviews .phone .phone-box {
  position: absolute;
  z-index: 2;
}
.customer-reviews .slideBox {
  width: 296px;
  height: 517px;
  overflow: hidden;
  position: absolute;
  left: 19px;
  top: 78px;
  z-index: 1;
}
.customer-reviews .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.customer-reviews .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.customer-reviews .slideBox .bd li img {
  width: 296px;
  height: 517px;
  display: block;
}
.customer-reviews .txt-list {
  width: 1000px;
}
.customer-reviews .txt-list li {
  border-bottom: 1px dashed #ffffff;
  padding: 20px 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
}
.customer-reviews .txt-list li .name {
  text-align: right;
}

/*offline-activities*/
.offline-activities {
  height: 995px;
}
.offline-activities .public-title {
  margin: 50px 0 30px 0;
}
.offline-activities .title {
  margin-bottom: 90px;
  color: #747474;
  font-size: 30px;
}
.offline-activities .title span {
  display: block;
  font-size: 52px;
  color: #0070a1;
}
.offline-activities .main-box {
  position: relative;
  height: 540px;
}
.offline-activities .main-box .phone {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -165px;
}
.offline-activities .main-box .box {
  font-size: 20px;
  color: #6b6b6b;
  width: 365px;
}
.offline-activities .main-box .box h3 {
  font-size: 24px;
  color: #222325;
  font-weight: normal;
}
.offline-activities .main-box .box.box-l {
  left: 0;
}
.offline-activities .main-box .box.box-r {
  right: 0;
  text-align: right;
}
.offline-activities .main-box .box.box-t {
  top: 55px;
}
.offline-activities .main-box .box.box-c {
  top: 240px;
}
.offline-activities .main-box .box.box-b {
  top: 405px;
}

.company-information {
  height: 870px;
}
.company-information .public-title {
  margin: 45px 0 40px 0;
}
.company-information .title {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 30px;
}
.company-information .title span {
  display: block;
  font-size: 52px;
}
.company-information ul li {
  background: url("../images/img-41.png") repeat-x bottom left;
  padding: 20px 0;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  padding-left: 170px;
}
.company-information ul li .li-tit {
  position: absolute;
  margin-left: -170px;
}
.company-information ul li .s-1 {
  background: url("../images/img-32.png") no-repeat left 13px;
  padding-left: 15px;
}

.video-banner {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background: url("/static/home/special/images/img-20.png") center -111px no-repeat;
  
}
.video-banner .banner-video video {
  display: block;
  width: 100%;
}
.video-banner .banner_content {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.video-banner .banner_content .banner_content_inner {
  text-align: center;
  color: #ffffff;
}
.video-banner .banner_content .banner_content_inner img {
  display: block;
  margin: 0 auto;
}
.video-banner .banner_content .banner_content_inner h5 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: normal;
}
.video-banner .banner_content .banner_content_inner a {
  color: #fff;
  border-radius: 30px;
  border: 3px solid #fff;
  font-size: 24px;
  padding: 10px 30px;
  margin-top: 30px;
  display: inline-block;
}


#d_tab29 {
  position: relative;
  height: 350px;
  text-align: left;
}

#d_tab29 .d_img {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}

#d_tab29 .d_img li {
  position: absolute;
  display: none;
  z-index: 0;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 8px #dddddd;
}

#d_tab29 .d_img li img {
  display: block;
  width: 100%;
}

#d_tab29 .d_img li.d_pos1{display:block;width:120px;left:0; top:247px; z-index:1}
#d_tab29 .d_img li.d_pos2{display:block;width:310px;left:173px; top:0; z-index:2}
#d_tab29 .d_img li.d_pos3{display:block;width:120px;left:540px; top:247px; z-index:3}
#d_tab29 .d_img li.d_pos4{display:block;width:120px;left:710px; top:247px; z-index:2}
#d_tab29 .d_img li.d_pos5{display:block;width:120px;left:885px; top:247px; z-index:1}
#d_tab29 .d_img li.d_pos6{display:block;width:120px;left:1055px; top:247px; z-index:1}


#d_tab29 .d_menu {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
}

#d_tab29 .d_menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url("../images/btn.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-right: 3px;
}

#d_tab29 .d_menu li.d_select {
  background: url("../images/btn.png") no-repeat 0 -18px;
}

#d_tab29 .btn-s {
  position: absolute;
  left: 540px;
  top: 160px;
  width: 90px;
}
#d_tab29 .btn-s a {
  width: 35px;
  height: 35px;
}
#d_tab29 .btn-s a.d_next {
  cursor: pointer;
  background: url("../images/img-next.png") no-repeat;
  float: right;
}
#d_tab29 .btn-s a.d_next:hover {
  background: url("../images/img-next-h.png") no-repeat;
}
#d_tab29 .btn-s a.d_prev {
  cursor: pointer;
  background: url("../images/img-prev.png") no-repeat;
  float: left;
}
#d_tab29 .btn-s a.d_prev:hover {
  background: url("../images/img-prev-h.png") no-repeat;
}

.info-list {
  width: 660px;
  color: #666565;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 15px;
}
.info-list > div {
  display: none;
}
.info-list .name {
  height: 40px;
  line-height: 40px;
  color: #2e2e2e;
  margin-bottom: 5px;
  font-size: 26px;
}
.info-list .name a{color: #2e2e2e;}
.info-list .name a:hover{color:#0070a1;}

/*# sourceMappingURL=style.css.map */
